Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matrix multiplication
Search - matrix multiplication - List
CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
Date : 2025-07-01 Size : 15kb User : mghs

DL : 0
MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
Date : 2025-07-01 Size : 3kb User : mghs

A matrix is a rectangular table of elements,which can be any number or abstract quantities that can be added and multiplied. Matrix multiplication is the operation of multiplying a matrix with a scalar or another matrix, which is simple fuction widely used to solve mathematical question in EECS field.
Date : 2025-07-01 Size : 6.09mb User : chen-che,wemg

基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadrature.
Date : 2025-07-01 Size : 1.89mb User : 李劲松

我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the following features: 8086 with 16-bit programs written in assembly language one of the following: a) sum of two matrices b) seek Fibonacci series c) Enter a positive integer n, output 1-n for all prime numbers between d) matrix multiplication e) to convert a decimal IEEE754 format and output program Requests from the keyboard to enter a decimal, the final output in IEEE754 format on the screen binary code sequence.
Date : 2025-07-01 Size : 12kb User : czxu

DL : 0
Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
Date : 2025-07-01 Size : 1kb User : cui

DL : 0
自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
Date : 2025-07-01 Size : 4kb User : 郭挺

The main purpose of the core is a color transform tasks such as CIE XYZ<->RGB, different RGB<->RGB and RGB<->YCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplication with vector addition. Therefore the present core performs true 3x3 matrix multiplication and vectors addition of the input data stream. In the package ccfactors_pkg.vhd presents matrixes for all of the most popular conversions. You can use these defines or type own factors. Input DATA_WIDTH is changeable and defines by the GENERIC param of the module. Precision of the matrix factors also is changeable. Default precision – 10-E6. Better than enough for color conversion tasks.
Date : 2025-07-01 Size : 331kb User : Ning

DL : 0
实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
Date : 2025-07-01 Size : 1kb User : 李光瑞

文章介绍了YUV向RGB颜色空间转换的硬件电路实现算法.在高基乘法算法基础上,建立了参数化高基乘法算法模型,并给出了Verilog HDL描述 小数乘法的整数乘法近似和近似误差给予了详细的讨论.采用乘法单元复用的设计结果将在两个时钟周期内完成YUV向RGB的颜色空间转换.-This paper introduces the YUV to RGB color space conversion hardware algorithm. Matrix multiplication algorithm in high-was established based on a parametric model of the high base multiplication algorithm, and gives the Verilog HDL description decimal multiplication and integer multiplication approximation error of approximation give a detailed discussion. using multiplication unit design reuse results will be completed in two clock cycles YUV to RGB color space conversion.
Date : 2025-07-01 Size : 3.81mb User : jjj

DL : 0
this a matrix multiplication program using MPI and c-this is a matrix multiplication program using MPI and c++
Date : 2025-07-01 Size : 330kb User : mohammad

矩阵乘法,北航c2的某一次作业题,经测试,能通过所有测试点-Matrix multiplication, an operation of a Northern question c2, tested, pass all the test points
Date : 2025-07-01 Size : 1kb User : 火乐月半

基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
Date : 2025-07-01 Size : 2kb User : Aleny

Parallel Matrix multiplication using JOMP
Date : 2025-07-01 Size : 411kb User : Salman Manzoor

主要是用c++语言对存放在文件中的两个矩阵进行乘法运算-It is mainly used c++ language stored in the file of the two matrix multiplication
Date : 2025-07-01 Size : 200kb User : wanghuiqin

DL : 0
计算OMP方法的矩阵,采用并行模拟运算。-omp matrix multiplication parallel
Date : 2025-07-01 Size : 2kb User : 孔啸

基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
Date : 2025-07-01 Size : 1kb User : 苗高洁

给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. To calculate the n matrix with the product A1A2 ... An. Since matrix multiplication to meet with law, so the calculation of the matrix with the product can have many different calculation order. This calculation can be bracketed in order to determine ways. Even if the product of a matrix calculation to determine the complete sequence, that the product is fully bracketed with, so you can call the order of 2 repeated the standard matrix multiplication algorithm to calculate the matrix with the product. This feature is the use of dynamic programming algorithm, a matrix is ​ ​ given in parentheses best way is to calculate the minimum amount.
Date : 2025-07-01 Size : 13kb User : 阿四

该文件内的源代码,实现矩阵乘法的高速算法,效率应该不错的-The file' s source code, to achieve high-speed matrix multiplication algorithm, efficiency should be good
Date : 2025-07-01 Size : 4kb User : 张蓓蓓

Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication-Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication
Date : 2025-07-01 Size : 119kb User : Mr.Le
« 1 2 34 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.